home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tri_bbs / ttpmp11.zip / TTPMP.DOC next >
Text File  |  1991-08-29  |  4KB  |  91 lines

  1.                        TriTel Personal Mail Pager 1.1
  2.                                      by
  3.                         Nocturnal Aviation Software
  4.                                      and
  5.                                Works of Art BBS
  6.  
  7.        
  8.             This is the first revision of TriTel Personal Mail Pager.
  9.  
  10.  
  11. INSTALLATION:
  12.         In order to install TTPMP, you need to add it to your BETWEEN.BAT
  13.         that resides in your main TriTel directory.
  14.  
  15.         BETWEEN.BAT
  16.                 ..
  17.                 ..
  18.                 ..
  19.                 TTPMP C:\TRITEL
  20.                 ..
  21.                 ..
  22.                 ..
  23.         The parameter that must be passed is the directory that contains
  24.         your main TriTel files.  If this isn't included or is in error, 
  25.         TTPMP won't do its job, but it won't hang up, either.
  26.  
  27.         TTPMP.EXE can be in any directory that is in your path or in the
  28.         main TriTel directory.
  29.  
  30. WHAT IT DOES:
  31.         The TriTel Personal Mail Pager scans the conference areas and
  32.         checks for any personal mail.  If there is, it will update your
  33.         personal log on file, or create one if it doesn't exist.
  34.  
  35.         So far I've checked it with SendNote by Randy Hunt and with the
  36.         Dropped Carried Checker.  It's had no problems.  This IS the 
  37.         first version, though, so there's bound to be something wrong.
  38.  
  39.         If you find a problem with it, please let me know.
  40.                         Elm Morrow
  41.                         Works of Art BBS (707) 464-9607
  42.                         1200/2400 baud  24 hrs a day.
  43.                         Home Phone: (707) 465-6765
  44.  
  45.                         Address:
  46.                                 911 N. Pacific Ave #15
  47.                                 Crescent City, CA 95531
  48.  
  49.  
  50. DISCLAIMER:
  51.         I am in no way responsible for any problems or loss of data or
  52.         ANYTHING that might occur from use of this software.  It is free
  53.         to all TriTel SysOps (since no one can use it) and it is not
  54.         intended to be used for any other purpose other than that which
  55.         it has been described for.
  56.  
  57.  
  58.         THIS PROGRAM WAS WRITTEN USING Borland's TURBO PASCAL 5.5
  59.           The greatest language products all come from Borland!
  60.  
  61. PERSONAL NOTE:
  62.         I've included the source code (TTPMP.PAS) and the TriTel unit
  63.         that contains TriTel procedures and functions that any future
  64.         utility may utilize (TTPROCS.PAS).  Feel free to criticize my
  65.         code.  I used to program every day (& night) but I'm currently
  66.         going to school to get a degree so I don't have to program for
  67.         terrible wages anymore.  So, I may be thinking more about Lit
  68.         or Calculus than I am about programming solid, fast code.  I
  69.         would love to hear from you if you see a way to improve the
  70.         performance of this utility.
  71.           The cheapest way is to send me a letter, but I'm notorious for
  72.         not writing to people.  Snail mail isn't my speed.  If you're
  73.         crazy enough to call our board (The Works of Art) in Northern
  74.         California, I will most certainly do my best to return the
  75.         courtesy.  My wife isn't always looking when I'm getting ready
  76.         to make a long distance call to another BBS!
  77.                         Thanks,
  78.                                 Elm.
  79.  
  80.  
  81. HISTORY:
  82.         1.1
  83.                 Fixed a bug in the comparison of the Message To name and
  84.                 the User Name.  Apparently the null-terminated strings
  85.                 used for these fields aren't always clean at the ends,
  86.                 so I had to create a new routine that would strip off
  87.                 excess material before the comparison.
  88.  
  89.         1.0     First release of the TriTel Personal Message Pager.
  90.  
  91.